home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / ace_gpl_release / submods / listbox / ReadMe < prev    next >
Encoding:
Text File  |  1996-08-28  |  828 b   |  35 lines

  1.  
  2.         listbox:
  3.  
  4.                 This one is David's work. He put it up on
  5.                 the list a long time ago.
  6.  
  7.                 I have made a few changes to this one.
  8.  
  9.                 It's font sensitive.
  10.                 It adjusts its size after the longest string.
  11.                 It opens where the mouse is.
  12.  
  13.                 Plus it's using my tagmacros and the new
  14.                 function declarations.
  15.  
  16.                 Yeah it also use the new headers.
  17.  
  18.  
  19.                 Nils Sjoholm
  20.  
  21.  
  22. Note
  23. ----
  24. ListBox.o is a Subprogram Library Module (SUBmod), so compile 
  25. test.b as normal but also link with ListBox.o, ie.
  26.  
  27.     bas -O test ListBox.o
  28.  
  29. or use newbas (whichever uses ACPP, not APP)
  30. or whatever you're bas script is called.
  31.  
  32. Make sure you have placed ListBox.h in ACE:include/SUBmods.
  33.  
  34. David Benn, 17th October 1995
  35.